home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / GraphicsWrap / Source / miscutil.h < prev    next >
C/C++ Source or Header  |  1991-09-16  |  234b  |  9 lines

  1. #include <stdio.h>
  2. #include <string.h>
  3.  
  4. extern char *strdup(const char *string);
  5. extern char *strcatdup(const char *string1, const char *string2);
  6. extern unsigned char floattobyte(float f);
  7. extern float bytetofloat(unsigned char c);
  8.  
  9.